Release 10.1A: OpenEdge Development:
Internationalizing Applications
Converting an OpenEdge database to UTF-8 using dump and load
Caution: Before beginning, back up your database. Caution: Do not use binary dump and load.
![]()
To convert an OpenEdge database to UTF-8 using the dump and load utilities:
- Dump the schema and data of the existing database using the Data Administration utility.
(From the Procedure Editor main menu, select ToolsData Administration
Admin
Dump Data and Definitions.)
- Create a new, empty UTF-8 database using the syntax for your operating system:
Note: OpenEdge loads the UTF-8 BASIC collation (the
_tran.dfcollation data definition file) in the empty UTF-8 database automatically and by default.- If you want to use an International Components for Unicode (ICU) collation, load the collation data definition (
.df) file using the syntax for your operating system:
ICU collation data definition files are prefixed with “ICU” (such as
ICU-cs.dfused for Czech databases).- Compile, store, and apply the UTF-8 word-break rules to the database. For complete instructions, see the "Compiling, storing, and applying the UTF-8 word-break rules to a database" section.
Note: When the data are loaded, the indexes are automatically rebuilt.- Load the schema and data to the database using the Data Administration utility.
(From the Procedure Editor main menu, select ToolsData Administration
Admin
Load Data and Definitions.)
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |